Disable Xen VGA output later in the boot, so we get more start-of-day
messages. Most importantly, users get a visual cue on VGA console when
whole of main memory is scrubbed immediately before starting dom0.
l2start[i] = mk_l2_pgentry(0);
zap_low_mappings(); /* Do the same for the idle page tables. */
- /* Give up the VGA console if DOM0 is configured to grab it. */
- console_endboot(cmdline && strstr(cmdline, "tty0"));
-
/* DOM0 gets access to everything. */
physdev_init_dom0(p);
init_trace_bufs();
+ /* Give up the VGA console if DOM0 is configured to grab it. */
+ console_endboot(cmdline && strstr(cmdline, "tty0"));
+
domain_unpause_by_systemcontroller(current);
domain_unpause_by_systemcontroller(dom0);
startup_cpu_idle_loop();